Tong Su’s Blog
Home
MATLAB
C Programming
C++
Digital Logic Design
Data Structures
Physics
PyScript Pipeline
更新日志
About
Mathematics
Modified
2025-11-11
Welcome to the Mathematics section.
Octorber 5 th Dynamic array Practice
malloc(sizeof(TYPE)*newCapacity) free(v->data); int i = 0 ; i < v->size not i < newCapacity assert(newCapacity > 0); we just need to assign a new array, and change the…
No matching items